|
SDK/J Authentication Package ver1.0 RICOH Confidential |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjp.co.ricoh.dsdk.scard.option.file.FilePath
The path of a file or a directory on the card.
| Constructor Summary | |
FilePath()
Constructs a FilePath object with a null path. |
|
FilePath(FileID id)
Constructs a FilePath object from a FileID. |
|
FilePath(FileID[] ids)
Constructs a FilePath object from an array of FileID. |
|
FilePath(java.lang.String path,
char delim)
. |
|
| Method Summary | |
void |
append(FileID id)
Appends the given FileID at the end of this FilePath. |
protected java.lang.Object |
clone()
|
boolean |
equals(java.lang.Object object)
|
FileID |
getFileID(int index)
Returns the FileID with the given index. |
int |
hashCode()
|
void |
insert(int index,
FileID id)
Inserts the given FileID at the given index. |
java.util.Iterator |
iterator()
Returns an Iterator of the FileIDs which compose this FilePath. |
void |
remove()
Removes the FileID at the end of this FildPath. |
void |
remove(int index)
Removes the FildID at the given index. |
int |
size()
Returns the number of the FileIDs which compose this FilePath. |
FileID[] |
toArray()
Returns an array of the fileIDs which compose this FilePath. |
java.lang.String |
toString()
Returns FileIDs which compose this FilePath as a hexdecimal string delimited by a colon. |
java.lang.String |
toString(char delim)
Returns FileIDs which compose this FilePath as a hexdecimal string delimited by the given delimiter character. |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FilePath()
public FilePath(FileID id)
id -
the FileID.public FilePath(FileID[] ids)
ids -
an array of FileID.
public FilePath(java.lang.String path,
char delim)
String path = ":3f00:3f01:0001"; FilePath filePath = new FilePath(path, ':');
path - the FilePath as a string.delim - the delimiter character.| Method Detail |
public java.util.Iterator iterator()
public FileID[] toArray()
public FileID getFileID(int index)
index -
the index.
public void append(FileID id)
id -
public void insert(int index,
FileID id)
index -
the index.id -
the FileID to be appended.public void remove()
public void remove(int index)
index -
the index.public int size()
public java.lang.String toString()
public java.lang.String toString(char delim)
delim -
the delimiter character.
protected java.lang.Object clone()
throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedExceptionpublic boolean equals(java.lang.Object object)
public int hashCode()
|
SDK/J Authentication Package ver1.0 RICOH Confidential |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||